---
title: "POST / "
method: POST
path: "/ "
---

# POST / 

`POST / `

## Request body

- object
  - `token_data` object, required — Holds the detailed data for the token
    - `scheme_token` object, required — Specifies the scheme-specific token details
      - `number` integer, required — Card number
      - `exp_month` integer, required — Card's expiration month
      - `exp_year` integer, required — Card's expiration year
      - `payment_data` object — Contains payment-specific authentication data
        - `cryptogram` string — A unique value for verifying the token
        - `eci` string — Indicates the e-commerce security level of the transaction
      - `name` string — Represents the merchant or brand name associated
  - `type` string, required — Indicates the token type

## Response `200`

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/tap/apis/authorize.md) · [All operations](https://skmtc.net/tap/apis/authorize/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tap/authorize/versions/86f4d9b29db0/schema)
